Doc additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Dec 2008 05:56:57 +0000 (05:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Dec 2008 05:56:57 +0000 (05:56 +0000)
svn path=/trunk/; revision=22012

ChangeLog
gtk/gtkstyle.c

index 5eb797dccbec92bb645d9cd98cead12528162a04..748546a8e9a4d41a17da6e4c0a50b7057baf82fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkstyle.c:
        * gtk/gtkmenutooltbutton.c:
        * gtk/gtkprintoperationpreview.c: Doc additions
 
index 36b56b2b445937eb95ce4a8293bd915c9dd804a4..cc34fde0f2bf0274f463babc5184a1e47fc29963 100644 (file)
@@ -855,6 +855,17 @@ gtk_style_realize (GtkStyle    *style,
   g_signal_emit (style, realize_signal, 0);
 }
 
+/**
+ * gtk_style_lookup_icon_set:
+ * @style: a #GtkStyle
+ * @stock_id: an icon name
+ *
+ * Looks up @stock_id in the icon factories associated with @style
+ * and the default icon factory, returning an icon set if found,
+ * otherwise %NULL.
+ *
+ * Return value: icon set of @stock_id
+ */
 GtkIconSet*
 gtk_style_lookup_icon_set (GtkStyle   *style,
                            const char *stock_id)